home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gTB
- puppetSound(1, 0)
- puppetSound(1, "pioolb")
- set errCode to mGoPrevious(gTB)
- if errCode = 0 then
- put mGetField(gTB, "appname") into field "appname"
- put mGetField(gTB, "highs") into field "highs"
- put mGetField(gTB, "lows") into field "lows"
- put mGetField(gTB, "BottomLine") into field "BottomLine"
- put mGetField(gTB, "Rating") into field "Ratings"
- put mGetField(gTB, "AlphaSortKey") into field "alphsortkey"
- put field "Ratings" & "%" into field "Rating"
- put field "AlphSortKey" into field "AlphaKey"
- put mGetField(gTB, "CoName") into field "CoName"
- put mGetField(gTB, "Address") into field "Address"
- put mGetField(gTB, "City") into field "City"
- put mGetField(gTB, "State") into field "State"
- put mGetField(gTB, "Zip") into field "Zip"
- put mGetField(gTB, "Phone") into field "Phone"
- put mGetField(gTB, "Phone2") into field "Phone2"
- put mGetField(gTB, "email") into field "email"
- set currRec to mGetPosition(gTB)
- put currRec into field "totalRecs"
- else
- beep()
- end if
- end
-